home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / wstyl113.zip / WSTYLE.INF < prev    next >
Text File  |  1992-11-22  |  5KB  |  142 lines

  1. # Wintertree Writing Style Analyzer (WStyle) Configuration File
  2.  
  3. # REPORTING_LEVEL: The default problem-reporting level.
  4. #    Value: integer ranging from 0 to 9.
  5. REPORTING_LEVEL=5
  6.  
  7. # SPELLING_PREFERENCE: Defines your preference for American or British
  8. #    spelling rules.
  9. #    Value: "American" or "British"
  10. SPELLING_PREFERENCE=American
  11.  
  12. # PATTERN_FILE: Name of the file containing the WStyle problem patterns.
  13. #    WStyle uses the supplied path if one is present. Otherwise, WStyle
  14. #    searches for the file in the directory containing WSTYLE.EXE.
  15. #    Value: Path name.
  16. PATTERN_FILE=wstyle.wsp
  17.  
  18. # WORD_USAGE_SEVERITY: Severity of problems associated with word usage.
  19. #    Value: Integer ranging from 0 to 9.
  20. WORD_USAGE_SEVERITY=5
  21.  
  22. # PUNCTUATION_SEVERITY: Severiy of problems related to punctuation.
  23. #    Value: Integer ranging from 0 to 9.
  24. PUNCTUATION_SEVERITY=5
  25.  
  26. # SPELLING_SEVERITY: Severity of problems related to spelling (American vs.
  27. #    British).
  28. #    Value: Integer ranging from 0 to 9.
  29. SPELLING_SEVERITY=5
  30.  
  31. # STRICT_WORDS: Determines criteria for considering character strings as
  32. #    words.
  33. # Value:
  34. #        True: Ignore any character strings which don't appear to be    valid
  35. #            English words.
  36. #        False: Accept all alphabetic character strings as words.
  37. STRICT_WORDS=False
  38.  
  39. # ACTIVE_VOICE_WEIGHT: Relative importance assigned to the use of the
  40. #    active voice in the overall-style statistic.
  41. # Value: Integer ranging from 0 to 100. Note that the sum of the _WEIGHT
  42. #    values must total 100.
  43. ACTIVE_VOICE_WEIGHT=35
  44.  
  45. # WORD_ECONOMY_WEIGHT: Relative importance assigned to word economy in the
  46. #    overall-style statistic.
  47. # Value: Integer ranging from 0 to 100. Note that the sum of the _WEIGHT
  48. #    values must total 100.
  49. WORD_ECONOMY_WEIGHT=25
  50.  
  51. # READABILITY_WEIGHT: Relative importance assigned to readability in the
  52. #    overall-style statistic.
  53. # Value: Integer ranging from 0 to 100. Note that the sum of the _WEIGHT
  54. #    values must total 100.
  55. READABILITY_WEIGHT=20
  56.  
  57. # DICTION_WEIGHT: Relative importance assigned to word choice in the overall-
  58. #    style statistic.
  59. # Value: Integer ranging from 0 to 100. Note that the sum of the _WEIGHT
  60. #    values must total 100.
  61. DICTION_WEIGHT=20
  62.  
  63. # TARGET_READER_LEVEL: Default target-reader's level, expressed in years of
  64. #    schooling.
  65. # Value: Floating-point number ranging from 1.0 to 20.0.
  66. TARGET_READER_LEVEL=10.0
  67.  
  68. # PREPOSITION_LIMIT: Maximum number of prepositional phrases considered
  69. #    acceptable in a sentence.
  70. # Value: Integer ranging from 0 to 32767.
  71. PREPOSITION_LIMIT=3
  72.  
  73. # ACTIVE_VOICE_LIMIT: Minimum percentage of active-voice sentences considered
  74. #    acceptable in a document.
  75. # Value: Integer ranging from 0 to 100.
  76. ACTIVE_VOICE_LIMIT=60
  77.  
  78. # FILENAME_PATTERN: Pattern used to match file names in the directory
  79. #    display.
  80. # Value: String containing DOS wildcards (* and ?).
  81. FILENAME_PATTERN=*.*
  82.  
  83. # Use the following table of color values for the screen-color options:
  84. #    0 Black             8 Dark gray
  85. #    1 Blue             9 Light blue
  86. #    2 Green            10 Light green
  87. #    3 Cyan            11 Light cyan
  88. #    4 Red            12 Light red
  89. #    5 Magenta        13 Light magenta
  90. #    6 Brown            14 Yellow
  91. #    7 Light gray    15 White
  92.  
  93. # The _FG_ color options affect the foreground (text) color. The _BG_ options
  94. # affect the background color.
  95.  
  96. # CONTEXT: Used to show which word is being checked, the document statistics,
  97. #    problem pattern, and options.
  98. # Value: Color number (see table).
  99. # Use the following 2 lines for monochrome screens:
  100. CONTEXT_FG_COLOR=7
  101. CONTEXT_BG_COLOR=0
  102. # Use the following 2 lines for color screens:
  103. # CONTEXT_FG_COLOR=7
  104. # CONTEXT_BG_COLOR=1
  105.  
  106. # PROBLEM: Used to present writing-style problems.
  107. # Value: Color number (see table).
  108. # Use the following 2 lines for monochrome screens:
  109. PROBLEM_FG_COLOR=0
  110. PROBLEM_BG_COLOR=7
  111. # Use the following 2 lines for color screens:
  112. # PROBLEM_FG_COLOR=1
  113. # PROBLEM_BG_COLOR=3
  114.  
  115. # PROGRESS: Used to draw a horizontal bar showing how much of the document
  116. #    has been checked.
  117. # Value: Color number (see table).
  118. # Use the following 2 lines for monochrome screens:
  119. PROGRESS_FG_COLOR=15
  120. PROGRESS_BG_COLOR=0
  121. # Use the following 2 lines for color screens:
  122. # PROGRESS_FG_COLOR=4
  123. # PROGRESS_BG_COLOR=0
  124.  
  125. # FKEY: Used to present action names and their associated keys.
  126. # Value: Color number (see table).
  127. # Use the following 2 lines for monochrome screens:
  128. FKEY_FG_COLOR=7
  129. FKEY_BG_COLOR=0
  130. # Use the following 2 lines for color screens:
  131. # FKEY_FG_COLOR=1
  132. # FKEY_BG_COLOR=15
  133.  
  134. # ALERT: Used to display errors and other important messages.
  135. # Value: Color number (see table).
  136. # Use the following 2 lines for monochrome screens:
  137. ALERT_FG_COLOR=0
  138. ALERT_BG_COLOR=7
  139. # Use the following 2 lines for color screens:
  140. # ALERT_FG_COLOR=11
  141. # ALERT_BG_COLOR=4
  142.